type net/http.socksDialer
9 uses
net/http (current package)
socks_bundle.go#L27: func (d *socksDialer) connect(ctx context.Context, c net.Conn, address string) (_ net.Addr, ctxErr error) {
socks_bundle.go#L277: type socksDialer struct {
socks_bundle.go#L307: func (d *socksDialer) DialContext(ctx context.Context, network, address string) (net.Conn, error) {
socks_bundle.go#L343: func (d *socksDialer) DialWithConn(ctx context.Context, c net.Conn, network, address string) (net.Addr, error) {
socks_bundle.go#L366: func (d *socksDialer) Dial(network, address string) (net.Conn, error) {
socks_bundle.go#L389: func (d *socksDialer) validateTarget(network, address string) error {
socks_bundle.go#L403: func (d *socksDialer) pathAddrs(address string) (proxy, dst net.Addr, err error) {
socks_bundle.go#L425: func socksNewDialer(network, address string) *socksDialer {
socks_bundle.go#L426: return &socksDialer{proxyNetwork: network, proxyAddress: address, cmd: socksCmdConnect}
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |